From: cl349@firebug.cl.cam.ac.uk Date: Tue, 30 May 2006 22:47:41 +0000 (+0100) Subject: Explicitly use sh to run ioemu configure X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16013^2~14 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=6bcd41c00e403401c2a88f2cc5af19dbccba314e;p=xen.git Explicitly use sh to run ioemu configure instead of relying on configure executable permissions to be set. Signed-off-by: Christian Limpach --- diff --git a/tools/Makefile b/tools/Makefile index 69fefef647..5be02fa8b4 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -58,7 +58,7 @@ check_clean: ifndef XEN_NO_IOEMU ioemu ioemuinstall ioemuclean: [ -f ioemu/config-host.h ] || \ - (cd ioemu; ./configure --prefix=usr) + (cd ioemu; sh ./configure --prefix=usr) $(MAKE) -C ioemu $(patsubst ioemu%,%,$@) else ioemu ioemuinstall ioemuclean: